The parameters list also displays parameter information for nested functions “參數(shù)”列表還顯示嵌套函數(shù)的參數(shù)信息。
On a nested function call , step into steps into the most deeply nested function 在嵌套函數(shù)調(diào)用上, “逐語(yǔ)句”將進(jìn)入并單步執(zhí)行嵌套最深的函數(shù)。
This flag is set on functions that contain nested functions that access the parent function s locals 如果某一函數(shù)包含訪(fǎng)問(wèn)該父函數(shù)局部變量的嵌套函數(shù),則設(shè)置此標(biāo)志。
In native code , if you want to step into a specific nested function , use the step into specific command from the shortcut menu 在本機(jī)代碼中,如果要進(jìn)入并單步執(zhí)行特定的嵌套函數(shù),請(qǐng)使用快捷菜單中的“單步執(zhí)行特定函數(shù)”命令。
In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated within another function. It can only be called by the enclosing function or by functions directly or indirectly nested within the same enclosing function.